GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetPageImageICCProfile Method





In This Topic
GetPageImageICCProfile Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function GetPageImageICCProfile( _
   ByVal ImageIdx As Integer, _
   ByRef Data() As Byte _
) As GdPictureStatus
public GdPictureStatus GetPageImageICCProfile( 
   int ImageIdx,
   ref byte[] Data
)
public function GetPageImageICCProfile( 
    ImageIdx: Integer;
   var  Data: Bytearray of
): GdPictureStatus; 
public function GetPageImageICCProfile( 
   ImageIdx : int,
   Data : byte[]
) : GdPictureStatus;
public: GdPictureStatus GetPageImageICCProfile( 
   int ImageIdx,
   ref byte[]* Data
) 
public:
GdPictureStatus GetPageImageICCProfile( 
   int ImageIdx,
   array<byte>^% Data
) 

Parameters

ImageIdx
Data
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members